home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form Form2
- BorderStyle = 1 'Fixed Single
- Caption = "About..."
- ClientHeight = 2280
- ClientLeft = 45
- ClientTop = 330
- ClientWidth = 4200
- LinkTopic = "Form2"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 2280
- ScaleWidth = 4200
- StartUpPosition = 2 'CenterScreen
- Begin VB.TextBox Text2
- BackColor = &H8000000F&
- BorderStyle = 0 'None
- Height = 285
- Left = 240
- Locked = -1 'True
- TabIndex = 3
- Text = "http://members.tripod.com/~smigman/mci/mci.html"
- Top = 1440
- Width = 3975
- End
- Begin VB.TextBox Text1
- BackColor = &H8000000F&
- BorderStyle = 0 'None
- Height = 285
- Left = 1080
- Locked = -1 'True
- TabIndex = 2
- Text = "opus@bargainbd.com"
- Top = 600
- Width = 1695
- End
- Begin VB.CommandButton Command1
- Caption = "OK"
- Height = 375
- Left = 1560
- TabIndex = 0
- Top = 1800
- Width = 975
- End
- Begin VB.Image Image1
- Height = 480
- Left = 120
- Picture = "Form2.frx":0000
- Top = 360
- Width = 480
- End
- Begin VB.Label Label2
- Alignment = 2 'Center
- Caption = "For more Visual Basic programs and source code visit my website at"
- Height = 495
- Left = 360
- TabIndex = 4
- Top = 960
- Width = 3255
- End
- Begin VB.Label Label1
- Alignment = 2 'Center
- BackStyle = 0 'Transparent
- Caption = "Multiple CD player created by Patrick Bigley Copyright 1999"
- Height = 495
- Left = 480
- TabIndex = 1
- Top = 120
- Width = 3135
- End
- Attribute VB_Name = "Form2"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub Command1_Click()
- Unload Me
- End Sub
-